home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr29 / ptm228c.zip / README.1ST < prev    next >
Text File  |  1993-06-26  |  6KB  |  139 lines

  1.  
  2. DOS PHANTOM V2.8 from P2 Enterprises
  3.  
  4.     DOS Phantom is a keystroke record-and-playback utility. Recordings
  5.     can be of any length and can be edited after recording.  Recordings
  6.     can be played back at high speed or with delays.  Playback can be
  7.     scheduled for a time in the future or invoked with a hot key.
  8.                _______
  9.               ____|__     |               (tm)
  10.            --|       |    |-------------------
  11.              |   ____|__  |  Association of
  12.              |  |       |_|  Shareware
  13.              |__|   o   |    Professionals
  14.            -----|   |   |---------------------
  15.             |___|___|    MEMBER
  16. INSTALLATION:
  17.  
  18.     Create a directory and unzip the PTM224.ZIP file into it.
  19.     Example:
  20.           C:\> MKDIR PHANTOM
  21.           C:\> CD PHANTOM
  22.           C:\PHANTOM> UNZIP ..\PTM228
  23.  
  24. DEMONSTRATION:
  25.  
  26.     Make sure you are in the directory containing the PHANTOM2.EXE and
  27.     DEMO files.  Then, type PHANTOM2 DEMO to run the demonstration.
  28.  
  29.  
  30. REGISTRATION:
  31.  
  32.     When you register, P2 Enterprises will send you a free DOS Phantom
  33.     Quick Reference booklet.  This booklet contains just about every-
  34.     thing you need to use DOS Phantom without cracking the manual!
  35.     
  36.     See the file ORDER.FRM in this kit, or use CompuServe's registration
  37.     service (GO SWREG, registration ID 300).
  38.  
  39.  
  40. DOCUMENTATION:
  41.  
  42.     The current documentation is V2.6.  The only difference between
  43.     V2.6 and V2.8 is the addition of the $RetainKybdFlags directive
  44.     described under Changes from previous Versions below.
  45.  
  46.  
  47. DOS Phantom is:
  48.     - A task automation tool
  49.     - A tool for creating self-executing demos (with looping and
  50.     timeout features)
  51.     - A software testing tool (including screen and print capture)
  52.     - A substitute for .BAT files
  53.     - A keystroke macro utility
  54.  
  55. DOS Phantom recordings can be edited to include:
  56.     - Pop-up text windows
  57.     - Pop-up menus
  58.     - Pauses for user input
  59.     - Branching based on:
  60.     - menu selection
  61.     - program exit status
  62.     - appearance of a text string on the screen
  63.  
  64. DOS Phantom recordings can be scheduled for playback
  65.     - daily
  66.     - weekly
  67.     - once only
  68.  
  69. DOS Phantom provides facilities similar to the scripting languages of
  70. popular communications programs such as Procomm and CrossTalk, but
  71. applied instead to *your* computer rather than the one you are connected
  72. to over the phone line.  You can even use DOS Phantom to control a
  73. Procomm session instead of using Procomm's scripting facility.
  74.  
  75. DOS Phantom is useful as a batch substitute, as a regression testing
  76. tool for software development, for creating demos of software, and for
  77. automating any task you perform repetively on your computer.
  78.  
  79. A demonstration recording and Users Guide are included in PTM228.ZIP.
  80. DOS Phantom is shareware.  The registration fee is $25.00.  All features
  81. are present and active in the shareware version.
  82.  
  83.  
  84. CHANGES FROM PREVIOUS VERSIONS
  85.  
  86.    Version 2.1 of DOS Phantom fixes a bug introduced in V2.0 which
  87.    prevented ALT and CTRL keys from playing back correctly into some
  88.    application programs, including CIM (CompuServe Information Manager).
  89.  
  90.    Version 2.2 is a redistribution of V2.1 which corrects the fact that
  91.    obsolete versions of the TXT2PTM and PTM2TXT programs were included
  92.    in PTM221.ZIP.
  93.  
  94.    Version 2.3 adds support for the PHANTOMDIR environment variable, and
  95.    support for scheduled playback and hot-key initiated playback with
  96.    the programs SCHEDULE and HOTFILE.
  97.  
  98.    Version 2.4 fixes two bugs reported just after version 2.3 was released.
  99.    Version 2.4 of PTM2TXT fixed a bug which caused the timings of certain
  100.    keystrokes (those with scan codes under 10h) to be set to zero.  Version
  101.    2.4 of PHANTOM2 fixes a problem where keystrokes were missed during
  102.    auto-repeat with typematic rates set above 15.  Minor changes were made
  103.    to the documentation.
  104.  
  105.    V2.4 also introduces the MAKEPTM program for producing DOS Phantom
  106.    recordings from plain ASCII text files.
  107.  
  108.    V2.5 fixes a bug in MAKEPTM which prevented processing files without
  109.    at least a 1 second line delay and incorporates changes to allow chaining
  110.    to another recording during playback.
  111.  
  112.    V2.6 adds support for the F11 and F12 keys and their SHFT, CTRL, and ALT
  113.    variants and fixes a bug which caused the schedule to be corrupted when
  114.    the default RECORDNG.PTM file was used for recording.
  115.  
  116.    V2.8 replaces the keyboard NumLock, ScrollLock, CapsLock, and Insert
  117.    keys to their pre-playback state when recording terminates unless
  118.    the $RetainKybdFlags directive is contained in the playback file.
  119.    (The $RetainKybdFlags directive has no arguments and may be placed anywhere
  120.    in the playback file.)  V2.8 also fixes a bug which caused scheduled
  121.    playbacks with days or dates specified other than the first in the list
  122.    to be ignored.
  123.  
  124.    V2.8A of PHANTOM2.EXE correctly reports errors when invalid hot key
  125.    combinations are specified.
  126.  
  127.    V2.8B of PHANTOM2.EXE correctly processes unused extended keyboard codes
  128.    (actually used by some products) which previously caused erroneous
  129.    directive processing to occur.
  130.  
  131.    V2.8C fixes a bug in which the use of ALT and CTRL hot keys with HOTFILE
  132.    caused keyboard to appear dead when playback completed.
  133.     
  134.    V2.8A of TXT2PTM.EXE correctly processes delays specified as MM:SS.CCC.
  135.    V2.8 incorrectly processed time delays of over approximately 5 minutes.
  136.  
  137.    V2.8A PTM2TXT.EXE correctly processes unused extended key codes and
  138.    their translation as <?>.
  139.